<script>on mouseUpanswer file "" of type textif the result is "Cancel" or it="" then exit to hypercardset cursor to watchput it into theFileopen file theFileread from file theFile for 24000put it into theStuffclose file theFileput (theFile&".rev") into theFile-- put "" into cd fld 1repeat with x=1 to number of lines in theStuffput line x of theStuff into theLineif"/" is not in theLine then next repeatset cursor to busyget offset("/",theLine)put char 1 to it of theLine into theIntrodelete char 1 to it of theLineput "GET ""e before theLineput quote after theLinerepeat until (char 1 to 4 of theIntro) is a integerdelete char 1 of theIntroend repeatget ((round((word 1 of theIntro)/1024)&tab&theLine)&return)put itput it after temp-- put it after cd fld 1end repeatopen file theFilewrite temp to file theFileclose file theFileend mouseUp</script>